projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8941c0c
)
(newline): Use buffer-has-markers-at.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Oct 1996 03:11:00 +0000
(
03:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Oct 1996 03:11:00 +0000
(
03:11
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 5f45ded7224ce05fa82e4857c43600d14358e894..42d5a79abf20453a09c274f99df2b48c2a805121 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-39,6
+39,8
@@
In Auto Fill mode, if no numeric arg, break the preceding line if it's long."
;; the end of the previous line.
(let ((flag (and (not (bobp))
(bolp)
+ ;; Make sure there are no markers here.
+ (not (buffer-has-markers-at (1- (point))))
;; Make sure the newline before point isn't intangible.
(not (get-char-property (1- (point)) 'intangible))
;; Make sure the newline before point isn't read-only.